From: Glenn Morris Date: Thu, 11 Nov 2010 03:54:59 +0000 (-0800) Subject: * lisp/obsolete/lucid.el: Don't warn about any CL functions in this file. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~5710 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=5227c1ea13927d1187e4b80892aafcccb77a91c7;p=emacs.git * lisp/obsolete/lucid.el: Don't warn about any CL functions in this file. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c57c9a28124..3291d119f56 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2010-11-11 Glenn Morris + * obsolete/lucid.el: Don't warn about any CL functions in this file. + * progmodes/idlw-complete-structtag.el: Remove unused dec `name'. * progmodes/idlwave.el (idlwave-routine-entry-compare-twins) diff --git a/lisp/obsolete/lucid.el b/lisp/obsolete/lucid.el index a83d6f2164b..a35cde02290 100644 --- a/lisp/obsolete/lucid.el +++ b/lisp/obsolete/lucid.el @@ -234,5 +234,8 @@ This is an XEmacs compatibility function." (provide 'lucid) -;; arch-tag: 80f9ab46-0b36-4151-86ed-3edb6d449c9e +;; Local Variables: +;; byte-compile-warnings: (not cl-functions) +;; End: + ;;; lucid.el ends here